home *** CD-ROM | disk | FTP | other *** search
/ The Programmer Disk / The Programmer Disk (Microforum).iso / xpro / pascal2 / pro10 / read.me! < prev    next >
Text File  |  1988-02-25  |  4KB  |  124 lines

  1.                    Turbo Pascal 4.0 BONUS Disk
  2.                    ---------------------------
  3.  
  4. The files on this disk are non-commercial units and utilities
  5. developed for Turbo Pascal 4.0 by a variety of authors, including
  6. us at TurboPower Software. Many of the utilities build upon Turbo
  7. Professional units; others stand by themselves. Almost all have
  8. complete source code, so you can use them, modify them, or just
  9. study them for ideas.
  10.  
  11. TurboPower Software provides this BONUS disk as a free service to
  12. our customers.
  13.  
  14. TurboPower Software offers no warranty, express or implied, for
  15. the programs contained on this BONUS disk. You may use a BONUS
  16. unit bearing the TurboPower copyright within any application that
  17. you write, without restriction. Other programs on the BONUS disk
  18. have either been released to the public domain by their authors,
  19. or are distributed here by their express permission. You may give
  20. copies of this BONUS disk to anyone.
  21.  
  22. If you have a unit or utility for Turbo 4 that you think would be
  23. an appropriate addition to this BONUS disk, please let us know.
  24.  
  25. If you'd like more information about TurboPower Software's
  26. products for Turbo Pascal, contact us at
  27.  
  28.   TurboPower Software
  29.   P.O. Box 66747
  30.   Scotts Valley, CA 95066-0747
  31.  
  32.   408-438-8608 (Monday-Friday)
  33.   Compuserve 72457,2131
  34.  
  35. Each unit has been compressed into an ARC file with its
  36. supporting files in order to save disk space. To extract the
  37. individual files, use the supplied ARCX.COM program. From the DOS
  38. prompt, enter
  39.  
  40.   ARCX ArchiveName
  41.  
  42. For example, ARCX TPHELP.ARC would extract all of the files from
  43. the TPHELP archive.
  44.  
  45. Here's a brief description of the files on the BONUS disk.
  46.  
  47. ASYNC4
  48.   A simple but effective set of asynchronous communications
  49.   routines. Emulates the popular ASYNC.INC from Turbo 3.
  50.  
  51. BREAK
  52.   A unit that emulates Turbo 3's $U+ compiler directive, enabling
  53.   Ctrl-Break interrupts at any point in a program.
  54.  
  55. CALENDAR
  56.   A unit that manipulates calendar dates. More features than the
  57.   DATES unit described below. Choose your favorite.
  58.  
  59. CHAIN
  60.   A unit that adds a Chain command to Turbo 4.
  61.  
  62. COMPORT
  63.   Another set of asynchronous communications routines. Compare to
  64.   ASYNC4.
  65.  
  66. DATES
  67.   A unit that manipulates calendar dates using a compact 2-byte
  68.   Julian representation.
  69.  
  70. EMUL87
  71.   A utility that emulates 8087 real arithmetic for Turbo 4
  72.   programs compiled with the 8087 option ON. Requires a 286 or
  73.   386 processor to work.
  74.  
  75. ENHKBD
  76.   A unit that transparently enables the IBM enhanced keyboard, or
  77.   emulates it when not present.
  78.  
  79. EXEUTIL
  80.   Utility programs that provide information about Turbo 4 EXE
  81.   files and pack them into smaller space.
  82.  
  83. EXTEND
  84.   A unit that allows DOS applications to keep more than 20 files
  85.   open at once.
  86.  
  87. INT24
  88.   A unit that implements a DOS critical error handler with
  89.   built-in Retry.
  90.  
  91. LOCK4
  92.   A unit that supports record locking using DOS 3.x system calls.
  93.  
  94. LPT
  95.   A unit that replaces the Turbo PRINTER unit with one using BIOS
  96.   calls for improved speed and binary output capability.
  97.  
  98. MOUSE4
  99.   A unit that implements many of the Microsoft Mouse system
  100.   calls.
  101.  
  102. STAKDUMP
  103.   A unit that dumps the stack upon runtime errors - to show the
  104.   sequence of calls that lead to the point of the error.
  105.  
  106. TPHELP
  107.   A complete help system generator for Turbo 4 programs.
  108.  
  109. TPINFO
  110.   Utility to provide lots of interesting information about Turbo
  111.   4 TPU and TPM files.
  112.  
  113. TPPICK
  114.   Units to support pop-up pick windows and a directory selection
  115.   window.
  116.  
  117. TPSPL
  118.   An example program which captures output intended for the
  119.   printer and saves it to a disk file.
  120.  
  121. TRIG
  122.   Implements a complete set of trigonometric functions using the
  123.   Turbo 4 primitives.
  124.